home *** CD-ROM | disk | FTP | other *** search
/ MacTech 1 to 12 / MacTech-vol-1-12.toast / Source / MacTech® Magazine / Volume 11 - 1995 / 11.02 Feb 95 / Yenta / Application Shellƒ / MyGlobals.h < prev   
Encoding:
Text File  |  1996-04-04  |  152 b   |  10 lines  |  [TEXT/KAHL]

  1. // global typedefs for the Yenta application
  2.  
  3.  
  4. typedef struct {
  5.     int    scanRate;
  6.     int confirmRate;
  7.     Boolean    playMessage;
  8.     Boolean    playLogon;
  9. } PrefsData;
  10.